projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4303c
)
Silence byte-compiler warning
author
Ken Brown
<kbrown@cornell.edu>
Wed, 18 Nov 2015 18:34:47 +0000
(13:34 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Wed, 18 Nov 2015 18:34:47 +0000
(13:34 -0500)
* lisp/server.el (server-process-filter): Silence byte-compiler
warning.
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 59fd973115b5830b7f9e0e7e0e6a6d7bba623087..20fa27c20bff1c43b4c5f4c685a7774b16acaadd 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-1173,6
+1173,7
@@
The following commands are accepted by the client:
;; handler on MS-Windows, in which case FILENAME
;; might start with a drive letter.
(when (and (eq system-type 'cygwin)
+ (fboundp 'cygwin-convert-file-name-from-windows)
(string-match "\\`[A-Za-z]:" file))
(setq file (cygwin-convert-file-name-from-windows file)))
(setq file (expand-file-name file dir))